Get all business lines under a legal entity
Returns the business lines owned by a legal entity.
The unique identifier of the legal entity.
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
200 - OK
The request has succeeded.
businessLinesarray[object]List of business lines.
idstringThe unique identifier of the business line.
industryCodestringA code that represents the industry of the legal entity for marketplaces or platforms. For example, 4431A for computer software stores.
legalEntityIdstringUnique identifier of the legal entity that owns the business line.
problemsarray[object]The verification errors related to capabilities for this supporting entity.
entityobjectdocumentsarray[string]List of document IDs corresponding to the verification errors from capabilities.
idstringownerobjectdocumentsarray[string]List of document IDs corresponding to the verification errors from capabilities.
idstringtypestringtypestringverificationErrorsarray[object]capabilitiesarray[string]Contains key-value pairs that specify the actions that the legal entity can do in your platform. The key is a capability required for your integration. For example, issueCard for Issuing.The value is an object containing the settings for the capability.
codestringThe general error code.
messagestringThe general error message.
remediatingActionsarray[object]An object containing possible solutions to fix a verification error.
codestringmessagestringsubErrorsarray[object]An array containing more granular information about the cause of the verification error.
capabilitiesarray[string]Contains key-value pairs that specify the actions that the legal entity can do in your platform. The key is a capability required for your integration. For example, issueCard for Issuing.The value is an object containing the settings for the capability.
codestringThe general error code.
messagestringThe general error message.
typestringThe type of error.
Possible values:
- invalidInput
- dataMissing
- pendingStatus
- rejected
- dataReview
remediatingActionsarray[object]An object containing possible solutions to fix a verification error.
codestringmessagestringtypestringThe type of error.
Possible values:
- invalidInput
- dataMissing
- pendingStatus
- rejected
- dataReview
salesChannelsarray[string]A list of channels where goods or services are sold.
Possible values: pos, posMoto, eCommerce, ecomMoto, payByLink.
Required only in combination with the
service
paymentProcessing.servicestringThe service for which you are creating the business line.
Possible values:
- paymentProcessing
- issuing
- banking
sourceOfFundsobjectContains information about the source of your user's funds. Required only if the
service
is banking or issuing.adyenProcessedFundsbooleanIndicates whether the funds are coming from transactions processed by Adyen. If false, the
type
is required.amountobjectRequired if
type
is business, assetSale, gamblingWinnings or inheritance.For
type
business, provide the annual turn over of the business. Fortype
assetSale, gamblingWinnings or inheritance, provide the amount of the funds.currencystringThe type of currency. Must be EUR (or EUR equivalent)
valueintegerTotal value of amount. Must be >= 0
assetMonthsHeldintegerThe number of months that the asset has been in possession of the user.
For example, if the source of funds is of type cryptocurrencyIncome then
assetMonthsHeld
is the number of months the user has owned the cryptocurrency.cryptocurrencyExchangestringThe cryptocurrency exchange where the funds were acquired. Required if
type
is cryptocurrencyIncome.dateOfFundsReceivedstringThe date the funds were received, in YYYY-MM-DD format. Required if
type
is donations or inheritance.dateOfSourceEventstringThe date the funds were received, in YYYY-MM-DD format. Required if
type
is assetSale or gamblingWinnings.For example, if the source of funds is of type assetSale, the dateOfSourceEvent is the date of the sale. If the source of funds is of type gamblingWinnings, the dateOfSourceEvent is the date of winnings.
descriptionstringText describing the source of funds. Required if
type
is business or assetSale.For example, for
type
business, provide a description of where the business transactions come from, such as payments through bank transfer. Fortype
assetSale, provide a description of the asset. For example, the address of a residential property if it is a property sale.financiersarray[object]Information about the financiers. Required if
type
is thirdPartyFunding.amountobjectThe amount of the funds the financier provided.
currencystringThe type of currency. Must be EUR (or EUR equivalent)
valueintegerTotal value of amount. Must be >= 0
firstNamestringThe financier's first name.
lastNamestringThe financier's last name.
locationstringThe location of the financier.
originatorLegalEntityIdstringThe legal entity ID representing the originator of the source of funds. Required if
type
is donations or inheritance.For example, if the source of funds is inheritance, then
originatorOfFundsReference
should be the legal entity reference of the benefactor.originatorSourceOfFundsTypestringWhere the funds originated from. Required if
type
is donations or inheritance.For example, if the source of funds is donations, then
originatorSourceOfFundsType
must be thetype
of the donated funds.purposestringThe reason for receiving the funds. Required if
type
is donations.relationshipstringThe relationship of the originator of the funds to the recipient. Required if
type
is donations or inheritance.typestringThe type of the source of funds.
Possible values:
- business
- employment
- donations
- inheritance
- financialAid
- rentalIncome
- dividendIncome
- royaltyIncome
- thirdPartyFunding
- pensionIncome
- insuranceSettlement
- cryptocurrencyIncome
- assetSale
- loans
- gamblingWinnings
websitestringThe location of the gambling site. Required if
type
is gamblingWinnings.If the source of funds is online gambling, provide the website of the gambling company.
webDataarray[object]List of website URLs where your user's goods or services are sold. When this is required for a service but your user does not have an online presence, provide the reason in the
webDataExemption
object.webAddressstringThe URL of the website or the app store URL.
webAddressIdstringThe unique identifier of the web address.
webDataExemptionobjectThe reason why the web data is not provided.
reasonstringThe reason why the web data was not provided. Possible value: noOnlinePresence.
400 - Bad Request
A problem reading or understanding the request.
errorCodestringThe error code mapped to the error message.
errorTypestringThe category of the error.
messagestringA short explanation of the issue.
pspReferencestringThe PSP reference of the payment.
statusintegerThe HTTP response status.
401 - Unauthorized
Authentication required.
errorCodestringThe error code mapped to the error message.
errorTypestringThe category of the error.
messagestringA short explanation of the issue.
pspReferencestringThe PSP reference of the payment.
statusintegerThe HTTP response status.
403 - Forbidden
Insufficient permissions to process the request.
errorCodestringThe error code mapped to the error message.
errorTypestringThe category of the error.
messagestringA short explanation of the issue.
pspReferencestringThe PSP reference of the payment.
statusintegerThe HTTP response status.
422 - Unprocessable Entity
A request validation error.
errorCodestringThe error code mapped to the error message.
errorTypestringThe category of the error.
messagestringA short explanation of the issue.
pspReferencestringThe PSP reference of the payment.
statusintegerThe HTTP response status.
500 - Internal Server Error
The server could not process the request.
errorCodestringThe error code mapped to the error message.
errorTypestringThe category of the error.
messagestringA short explanation of the issue.
pspReferencestringThe PSP reference of the payment.
statusintegerThe HTTP response status.